mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-14 17:00:20 +01:00
10 lines
140 B
C
10 lines
140 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "generated_header2.htest"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
printf("%d", func2());
|
|
}
|