[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / check-time-trace-sections.cpp
blob2dbe2037550a5843617c54eaca9be4f75ab41040
1 // RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o %T/check-time-trace-sections %s
2 // RUN: cat %T/check-time-trace-sections.json | %python %S/check-time-trace-sections.py
4 template <typename T>
5 void foo(T) {}
6 void bar() { foo(0); }