repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.41.92
[vala-gnome.git]
/
tests
/
parser
/
preprocessor.vala
blob
de71b2a1c4fad7d5769321f29ecf7753cc985c6a
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
9
}