]> git.draconx.ca Git - cdecl99.git/blobdiff - tests/decl-good.at
Fix TEST_NEED_PROGRAM to work on old Solaris /bin/sh.
[cdecl99.git] / tests / decl-good.at
index 4d709d563736ae2af2ad59db67c045c9504d9d75..1c948721572b872dd0b45ebca8ca318586624d0e 100644 (file)
@@ -84,3 +84,7 @@ SIMPLE_DECLS(
 
 SIMPLE_DECLS(
   [[int (x*)], [type function (pointer to x) returning int], [int (x *)]])
+
+SIMPLE_DECLS(
+  [[int x@<:@@:>@], [declare x as array of int]],
+  [[int @<:@@:>@],  [type array of int]])