source:
examples/MiscError.c
@
b5276fc
Last change on this file since b5276fc was bf71cfd, checked in by , 6 years ago | |
---|---|
|
|
File size: 172 bytes |
Rev | Line | |
---|---|---|
[51b7345] | 1 | int a; |
2 | int b; | |
3 | float b; | |
4 | ||
5 | void g( int ); | |
6 | ||
[a65d92e] | 7 | void f( void ) { |
8 | g( (b, a) ); | |
9 | g( (b, a, b) ); | |
10 | g( (a, b, b) ); | |
11 | sizeof b; | |
[51b7345] | 12 | } |
[a65d92e] | 13 | |
14 | // Local Variables: // | |
15 | // tab-width: 4 // | |
16 | // End: // |
Note: See TracBrowser
for help on using the repository browser.