diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-25 22:42:11 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-01-25 22:42:11 +0200 |
commit | 5269885f16867330f9655316bfb64b631782342f (patch) | |
tree | 92f925fded309e33b5be8dc5765491f33d2873ef /test cases/20 array/func.c | |
parent | d5c50ce60afc49bde361455fddc9b030ded72ffa (diff) | |
download | meson-5269885f16867330f9655316bfb64b631782342f.zip meson-5269885f16867330f9655316bfb64b631782342f.tar.gz meson-5269885f16867330f9655316bfb64b631782342f.tar.bz2 |
Added array support.
Diffstat (limited to 'test cases/20 array/func.c')
-rw-r--r-- | test cases/20 array/func.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/20 array/func.c b/test cases/20 array/func.c new file mode 100644 index 0000000..7412372 --- /dev/null +++ b/test cases/20 array/func.c @@ -0,0 +1 @@ +int func() { return 0; } |