]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/dtrace-static-probes-coalescing/header.h
162419bce2c53881ae40c8ffadf19e22d1cff54a
[apple/ld64.git] / ld64-134.9 / 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