commit | 42e05d3d8a0bfe9238c06a877a0ee1d54830bbe9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 25 21:57:08 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 25 21:57:08 2007 +0000 |
tree | 84a3bbfafd05dd378ca0f75c6545dad4032966c9 | |
parent | 42330c38e3f36c151e192fd0ee107251aa2e7c37 [diff] [blame] |
new testcase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41406 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/compound.c b/test/CodeGen/compound.c index e3fae12..778a5ce 100644 --- a/test/CodeGen/compound.c +++ b/test/CodeGen/compound.c
@@ -3,7 +3,7 @@ long long B; int C; int *P; -void foo() { +void test1() { C = (A /= B); P -= 4; @@ -11,4 +11,6 @@ C = P - (P+10); } +short x; +void test2(char c) { x += c; }