projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eee427
)
Add another testcase.
author
Devang Patel
<dpatel@apple.com>
Sat, 26 Jan 2008 01:21:48 +0000
(
01:21
+0000)
committer
Devang Patel
<dpatel@apple.com>
Sat, 26 Jan 2008 01:21:48 +0000
(
01:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46385
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CFrontend/2008-01-25-ZeroSizedAggregate.c
patch
|
blob
|
history
diff --git
a/test/CFrontend/2008-01-25-ZeroSizedAggregate.c
b/test/CFrontend/2008-01-25-ZeroSizedAggregate.c
index 67acb15de6254e2632c131c3d7a6540982ef5db8..4e04e5dfbc24f612ef32c6a95fa1e940793d298c 100644
(file)
--- a/
test/CFrontend/2008-01-25-ZeroSizedAggregate.c
+++ b/
test/CFrontend/2008-01-25-ZeroSizedAggregate.c
@@
-21,3
+21,11
@@
struct S2525 {
} e;
};
struct S2525 s2525;
+
+struct {
+ signed char f;
+ char :0;
+ struct{}h;
+ char * i[5];
+} data;
+