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

7 lines
104 B
C++

#include "instrprof-dynamic-header.h"
void b() {
if (true) {
bar<void>(1);
bar<int>(1);
}
}