Skip linker plugin tests if the linker has not been configured to support plugins.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12942b.cc
1 #include <stdio.h>
2 #include "pr12942a.h"
3
4 test_t b(void)
5 {
6 return test;
7 }
This page took 0.029824 seconds and 4 git commands to generate.