source:
doc/theses/jiada_liang_MMath/test2.cc
@
d1276f8
Last change on this file since d1276f8 was 1725989, checked in by , 5 months ago | |
---|---|
|
|
File size: 109 bytes |
Line | |
---|---|
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.