ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
Last change
on this file since 909aebf was dc8511c, checked in by Peter A. Buhr <pabuhr@…>, 7 years ago |
first attempt at updating suffixes for test programs
|
-
Property mode
set to
100644
|
File size:
238 bytes
|
Rev | Line | |
---|
[dc8511c] | 1 | int 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.