Test that a call to a trampoline is turned into a call to
[oota-llvm.git] / test / C++Frontend / 2003-11-04-ArrayConstructors.cpp
index 8c7c0bfa7db2b81dda7f69d74fd69ea414bbce86..4df4f9b6727b5923e9ea7496a64f8b4b136f2fc7 100644 (file)
@@ -1,8 +1,8 @@
 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
 
 
-struct Foo { 
-  Foo(int); 
+struct Foo {
+  Foo(int);
   ~Foo();
 };
 void foo() {