source:
trunk/tests/dummy_defined_X.c@
1402
Last change on this file since 1402 was 1398, checked in by , 17 years ago | |
---|---|
|
|
File size: 94 bytes |
Line | |
---|---|
1 | #ifndef X |
2 | # error "X isn't defined, test the is busted." |
3 | #endif |
4 | |
5 | int main() |
6 | { |
7 | return 0; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.