1struct st; 2 3static int foo(int a) 4{ 5 return (struct/st *) a; 6} 7/* 8 * check-name: Bad cast syntax 9 * 10 * check-error-start 11bad-cast.c:5:23: error: expected declaration 12bad-cast.c:5:23: error: Expected ) at end of cast operator 13bad-cast.c:5:23: error: got / 14 * check-error-end 15 */ 16