forked from qt-creator/qt-creator
Change-Id: If2127f2baf79716517e85661a3c657d689d84d67 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
9 lines
71 B
C
9 lines
71 B
C
|
|
#include <stdio.h>
|
|
|
|
int foo(void)
|
|
{
|
|
puts("Hi!");
|
|
return 43;
|
|
}
|