Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-plugin/pr22220main.cc

13 lines
143 B
C++
Raw Normal View History

2023-03-06 14:48:14 +01:00
#include <stdio.h>
#include "pr22220.h"
int main()
{
if (boo() == goo())
{
printf ("PASS\n");
return 0;
}
return 1;
}