summaryrefslogtreecommitdiff
path: root/test/CFrontend/2002-07-30-SubregSetAssertion.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CFrontend/2002-07-30-SubregSetAssertion.c')
-rw-r--r--test/CFrontend/2002-07-30-SubregSetAssertion.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CFrontend/2002-07-30-SubregSetAssertion.c b/test/CFrontend/2002-07-30-SubregSetAssertion.c
index 7eab19b045..6d4f9f6205 100644
--- a/test/CFrontend/2002-07-30-SubregSetAssertion.c
+++ b/test/CFrontend/2002-07-30-SubregSetAssertion.c
@@ -6,7 +6,7 @@ union X {
};
union X foo() {
- union X A;
- A.B = (void*)123;
- return A;
+ union X A;
+ A.B = (void*)123;
+ return A;
}