tests/gdb_graph.c
2024-03-10 15:57:35 +01:00

8 lines
128 B
C

// @COMPILECMD gcc $@ -o graph.out -ggdb -O0 -fno-unroll-loops
#include "header.h"
signed main(){
int r = fun();
return r;
}