source: tests/nowarn/list.cfa @ 8ee211d

Last change on this file since 8ee211d was 8ee211d, checked in by Michael Brooks <mlbrooks@…>, 6 days ago

Make array and list headers free of warnings upon include and as used in a libcfa build

  • Property mode set to 100644
File size: 60 bytes
Line 
1#include <list.hfa>
2
3int main() {
4    printf( "done\n" );
5}
Note: See TracBrowser for help on using the repository browser.