gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / ver_test_13.c
1 __asm__ (".symver foo, foo@VER_0");
2
3 int foo(void);
4
5 int foo(void) {
6 return 0;
7 }
This page took 0.029542 seconds and 4 git commands to generate.