Release 0.41.92
[vala-gnome.git] / tests / parser / preprocessor.vala
blobde71b2a1c4fad7d5769321f29ecf7753cc985c6a
1 void main () {
2 #if VALA_NEVER_SET_FOO
3 assert_not_reached ();
4 #elif VALA_NEVER_SET_BAR
5 assert_not_reached ();
6 #else
7 assert (true);
8 #endif