Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Misc / warn-in-system-macro-def.c.inc
blob5c7e60275a50b0224f11093fb5ca6de86f7180d2
1 extern int __isnanf(float f);
2 extern int __isnan(double f);
3 extern int __isnanl(long double f);
4 #define ISNAN isnan