mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
121 B
C
7 lines
121 B
C
// https://issues.dlang.org/show_bug.cgi?id=23622
|
|
|
|
int FP_NAN = 0;
|
|
#define FP_NAN 0
|
|
|
|
enum E { ENUM = 0 };
|
|
#define ENUM 0
|