Limit multi-byte nop instructions to 10 bytes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.base-hp / dollar.c
1 #ifdef PROTOTYPES
2 int main (int argc, char **argv)
3 #else
4 main (argc, argv, envp)
5 int argc;
6 char **argv;
7 #endif
8 {
9 return 0;
10 }
This page took 0.030185 seconds and 4 git commands to generate.