]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dtrace-static-probes-coalescing/header.h
ld64-84.1.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dtrace-static-probes-coalescing / header.h
1
2 #include "Number.h"
3
4 #define LOTS_O_PROBES { NUMBER_HIT(1); NUMBER_HIT(2); NUMBER_HIT(3); NUMBER_HIT(4); }
5
6
7 inline void foo() {
8 LOTS_O_PROBES
9 }
10
11