]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dtrace-static-probes/foo.d
ld64-77.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dtrace-static-probes / foo.d
1 typedef int weirdType2;
2
3 provider Foo {
4 probe count1(weirdType2);
5 };
6
7
8 #pragma D attributes Evolving/Evolving/Common provider Foo args