source:
doc/theses/jiada_liang_MMath/test2.cc
@
09bdf2d
Last change on this file since 09bdf2d was 1725989, checked in by , 5 months ago | |
---|---|
|
|
File size: 109 bytes |
Rev | Line | |
---|---|---|
[1725989] | 1 | struct unit {}; |
2 | void foo( void ); | |
3 | unit bar( unit ); | |
4 | int main() { | |
5 | unit u; | |
6 | foo( foo() ); | |
7 | bar( bar( u ) ); | |
8 | } |
Note: See TracBrowser
for help on using the repository browser.