Merge tag 'sound-fix-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[cascardo/linux.git] / tools / build / feature / test-sdt.c
1 #include <sys/sdt.h>
2
3 int main(void)
4 {
5         DTRACE_PROBE(provider, name);
6         return 0;
7 }