extern int x asm( "xx" ); int fred( int x ) { static int y asm( "yy" ); // Cforall extensions static * int z asm( "zz" ); } // errors //typedef int t asm( "tt" ); //int mary( int p asm( "pp" ) ) {}