diff options
Diffstat (limited to 'llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c')
| -rw-r--r-- | llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c b/llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c index 82693c729bb..732f93a7731 100644 --- a/llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c +++ b/llvm/test/Regression/CFrontend/2003-10-02-UnionLValueError.c @@ -1,3 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null + union U{ int i[8]; char s[80]; |

