source: tests/test.c @ 2185df1

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 2185df1 was dc8511c, checked in by Peter A. Buhr <pabuhr@…>, 6 years ago

first attempt at updating suffixes for test programs

  • Property mode set to 100644
File size: 238 bytes
Line 
1int main() {
2    basetypeof( const unsigned int ) usi;       // unsigned int
3    volatile const signed char ch;
4    basetypeof( ch ) sc;                                        // signed char
5    enum { N = 3 };
6    basetypeof( N ) si;                                         // signed int
7
8//    for ( t; N ) {}
9}
Note: See TracBrowser for help on using the repository browser.