DEBSOURCES
Skip Quicknav
sources / binutils / 2.35.2-2 / ld / testsuite / ld-plugin / pr22220main.cc
123456789101112
#include <stdio.h> #include "pr22220.h" int main() { if (boo() == goo()) { printf ("PASS\n"); return 0; } return 1; }