Fix skip.exp test failure observed with gcc-9.2.0
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
CommitLineData
085dd6e6 1#include <stdio.h>
c906108c
SS
2int nothing ()
3
4{
5 int x = 3 ;
6 return x ;
7}
8
9
085dd6e6 10int main ()
c906108c
SS
11
12{
13 int y ;
c906108c
SS
14 y = nothing () ;
15 printf ("hello\n") ;
085dd6e6 16 return 0;
c906108c 17}
This page took 2.194639 seconds and 4 git commands to generate.