source: trunk/testcase/456/simplecpp.cpp@ 300

Last change on this file since 300 was 300, checked in by bird, 22 years ago

#456: Mini C++ testcase which shows the linenumber issue.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 106 bytes
Line 
1class foo
2{
3public:
4 foo()
5 { }
6};
7
8
9int main(int argc, char **argv)
10{
11 foo obj;
12 return 0;
13}
Note: See TracBrowser for help on using the repository browser.