X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.c;fp=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.c;h=0c918b1f0c91087ca70e476e22d7a4896bc4fb5b;hb=c70c42cca32058806a5c7d96d7cf2fae4d4fb75f;hp=0000000000000000000000000000000000000000;hpb=d4f53cc3de1217c965c2285709b784ff66a8033c;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libfoo.c b/tests/regression/ust/ust-dl/libfoo.c new file mode 100644 index 000000000..0c918b1f0 --- /dev/null +++ b/tests/regression/ust/ust-dl/libfoo.c @@ -0,0 +1,6 @@ +#include "libfoo.h" + +int foo() +{ + return 1; +}