diff options
Diffstat (limited to 'test/Sema/type-spec-struct-union.c')
-rw-r--r-- | test/Sema/type-spec-struct-union.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/type-spec-struct-union.c b/test/Sema/type-spec-struct-union.c index 2b68b78..003efb1 100644 --- a/test/Sema/type-spec-struct-union.c +++ b/test/Sema/type-spec-struct-union.c @@ -57,7 +57,7 @@ struct bar_baz { } mode; int nowrap; }; -int +void wizbiz_quxPoof(z) z_foop z; { |