source: examples/MiscError.c @ 1d2314f

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 1d2314f was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

  • Property mode set to 100644
File size: 172 bytes
RevLine 
[51b7345]1int a;
2int b;
3float b;
4
5void g( int );
6
[a65d92e]7void 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.