llvm-for-llvmta/tools/clang/test/Driver/check-time-trace-sections.cpp

7 lines
244 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o %T/check-time-trace-sections %s
// RUN: cat %T/check-time-trace-sections.json | %python %S/check-time-trace-sections.py
template <typename T>
void foo(T) {}
void bar() { foo(0); }