source:
trunk/testcase/456/simplecpp.cpp@
300
Last change on this file since 300 was 300, checked in by , 22 years ago | |
---|---|
|
|
File size: 106 bytes |
Line | |
---|---|
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.