blob: 0f1daf1653f348fe9befca43b2c23ee9002f0384 (
plain)
1
2
3
4
5
6
7
8
|
/* As the included file, but specifying silent ENOSYS.
#notarget: cris*-*-elf
#sim: --cris-unknown-syscall=enosys-quiet
#output: ENOSYS\n
#output: xyzzy\n
*/
#include "syscall1.c"
|