X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fsimple_include%2Fsimple_include.c;h=bc714046169f6eac044d098eb23153bdfd7fdcba;hb=ce45335c5700c87e9b7a6dd744a6b4b760778c4b;hp=aa500ba7a05a173d2b8a55467246b0a282b9ffe2;hpb=43f0d5acc1fc89b5890365f7624a2dd8e946df1f;p=lttng-ust.git diff --git a/tests/simple_include/simple_include.c b/tests/simple_include/simple_include.c index aa500ba7..bc714046 100644 --- a/tests/simple_include/simple_include.c +++ b/tests/simple_include/simple_include.c @@ -1,3 +1,3 @@ #include -int main () {} +int main () { return 0; }