v/vlib/v/gen/c/testdata/comp_if_unknown.c.must_have

6 lines
50 B
Plaintext

#if defined(__GLIBC__)
x = 2;
#else
x = 3;
#endif