summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/Inputs/foo.cpp
blob: 71b35b32392d3c45de5df11d28ff843f91e30b6a (plain)
1
2
3
4
5
#include <stdio.h>
#include <string>

__attribute__((noinline))
void foo() { printf("foo\n"); }
OpenPOWER on IntegriCloud