]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Preprocessor/mi_opt.h
Vendor import of clang release_50 branch r309439:
[FreeBSD/FreeBSD.git] / test / Preprocessor / mi_opt.h
1 #if !defined foo MACRO
2 #define foo
3 int x = 2;
4 #endif