]> git.saurik.com Git - apple/ld64.git/blame - ld64-134.9/unit-tests/test-cases/dtrace-static-probes-coalescing/header.h
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / dtrace-static-probes-coalescing / header.h
CommitLineData
b1f7435d
A
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
7inline void foo() {
8 LOTS_O_PROBES
9}
10
11