diff options
-rw-r--r-- | test/Sema/static-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/static-init.c b/test/Sema/static-init.c index ec6d1e8fc0..bbf9038ef3 100644 --- a/test/Sema/static-init.c +++ b/test/Sema/static-init.c @@ -15,7 +15,7 @@ union bar { }; struct foo { - unsigned ptr; + short ptr; }; union bar u[1]; |