mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
8 lines
88 B
C
8 lines
88 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
int main ()
|
||
|
{
|
||
|
printf ("pass\n");
|
||
|
exit (0);
|
||
|
}
|