]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/tool/preprocess/test/verify/operator.h
update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / operator.h
index 1ce3cf4f236cb261ba57049ff4a9b1e70c936a37..4d63c04e8ac8460162e6cf2a79ca2f351bb9d0de 100644 (file)
@@ -17,17 +17,21 @@ public:
   void * 
   operator new(size_t);        // funny comment
   
+  
 #line 16 "operator.cpp"
   Foo&
   operator+(const Foo&);       // funny comment
   
+  
 #line 22 "operator.cpp"
   Foo&
   operator=(const Foo&);       // funny comment
   
+  
 #line 28 "operator.cpp"
   Foo&
   operator*(const Foo&);       // funny comment
+  
 };
 
 #line 34 "operator.cpp"