DEBSOURCES
Skip Quicknav
sources / binutils-djgpp / 2.35.1%2Bdfsg-1 / gnu / binutils-2.35.1 / 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; }