]> andersk Git - splint.git/blobdiff - test/impabstract.c
noexpand always false.
[splint.git] / test / impabstract.c
index b527c1126e81dcdb5a936baa0f7f30fb49644b14..ad8906978c90891c4b3670a97ee61f2ccfc01866 100644 (file)
@@ -1,5 +1,5 @@
-typedef int mint;
-typedef /*@concrete@*/ int cint;
+typedef int mint;  /* Concrete in impabstract.lcl */
+typedef /*@concrete@*/ int cint; /* Abstract in impabstract.lcl */
 
 int f (mint m, cint c)
 {
This page took 0.033583 seconds and 4 git commands to generate.