summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.unprivileged/foo.c
blob: 82ff7232deb74bbb9bbb09270f3ecf5bcfe9c6a2 (plain)
1
2
3
4
5
6
7
/* Test application */
void bar () {
}

main () {
  bar ();
}