]> andersk Git - splint.git/blobdiff - test/alias3.lcl
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / test / alias3.lcl
index 92f1b27e8064fcf2fe38dd8b7007ee57a54146be..7d3dac3982b785abcdc5a7e437d96f4fa5133bce 100644 (file)
@@ -1,5 +1,5 @@
-typedef struct { int a; int *b; } st;
-typedef union  { int a; st s; st *t; int **c; } ut;
+typedef struct s_st { int a; int *b; } st;
+typedef union  s_ut { int a; st s; st *t; int **c; } ut;
 
 st gst;
 ut *gu;
@@ -10,4 +10,4 @@ void model (int ia[]) st gst; ut *gu; { modifies ia[6]; }
 
 void modst (st s1) { modifies *s1.b; }
 
-void modu (ut *u)  { modifies *u; }
\ No newline at end of file
+void modu (ut *u)  { modifies *u; }
This page took 0.033446 seconds and 4 git commands to generate.