source: tests/nowarn/array.cfa @ d3cf623

Last change on this file since d3cf623 was 8ee211d, checked in by Michael Brooks <mlbrooks@…>, 6 weeks 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: 105 bytes
RevLine 
[8ee211d]1#include <array.hfa>
2
3void f() {
4    ( array(float, 5) * ) 0p;
5}
6
7int main() {
8    printf( "done\n" );
9}
Note: See TracBrowser for help on using the repository browser.