diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGenCXX/references.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenCXX/references.cpp b/test/CodeGenCXX/references.cpp index afcaaf2d7c..9b9e0f8623 100644 --- a/test/CodeGenCXX/references.cpp +++ b/test/CodeGenCXX/references.cpp @@ -44,6 +44,8 @@ void test_scalar() { void test_complex() { _Complex int a = 10i; f(a); + + f(10i); } void test_aggregate() { |