freebsd-src/contrib/unifdef/tests/blank4u.expout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
101 B
Plaintext
Raw Normal View History

2023-08-21 17:33:26 +00:00
#ifdef FOO3
three
#endif
#ifdef FOO2
two
#endif
#ifdef FOO1
one
#endif
#ifdef FOO0
zero
#endif