android_mt6572_jiabo/external/compiler-rt/test/profile/Inputs/instrprof-dynamic-main.cpp
2025-09-05 16:56:03 +08:00

9 lines
157 B
C++

#include "instrprof-dynamic-header.h"
void foo(int K) { if (K) {} }
int main(int argc, char *argv[]) {
foo(5);
bar<void>(1);
a();
b();
return 0;
}