source: trunk/tests/dummy_defined_X.c@ 1402

Last change on this file since 1402 was 1398, checked in by bird, 17 years ago

Starting working on concept and regression tests.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 94 bytes
Line 
1#ifndef X
2# error "X isn't defined, test the is busted."
3#endif
4
5int main()
6{
7 return 0;
8}
Note: See TracBrowser for help on using the repository browser.