Use // not ; since this is C.

llvm-svn: 36219
This commit is contained in:
Duncan Sands 2007-04-17 20:50:33 +00:00
parent b881bdabd9
commit 1ff58a45ae
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; PR 1332
; RUN: %llvmgcc %s -S -o /dev/null
// PR 1332
// RUN: %llvmgcc %s -S -o /dev/null
struct Z { int a:1; int :0; int c:1; } z;