|
Last change
on this file since 300 was 300, checked in by bird, 23 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
|
| Rev | Line | |
|---|
| [300] | 1 | class foo
|
|---|
| 2 | {
|
|---|
| 3 | public:
|
|---|
| 4 | foo()
|
|---|
| 5 | { }
|
|---|
| 6 | };
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | int main(int argc, char **argv)
|
|---|
| 10 | {
|
|---|
| 11 | foo obj;
|
|---|
| 12 | return 0;
|
|---|
| 13 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.