Test that a call to a trampoline is turned into a call to
[oota-llvm.git] / test / C++Frontend / 2003-08-28-SaveExprBug.cpp
index 594ccd48086a42fd37b7709170c8b35997a9395f..2be35d8d522d362df64d1c1d565dd64a70174525 100644 (file)
@@ -6,7 +6,7 @@ char* eback();
 template<typename foo>
 struct basic_filebuf {
   char *instancevar;
+
   void callee() {
     instancevar += eback() != eback();
   }