1 // REQUIRES: shell 2 // RUN: %clangxx -S -ftime-trace -ftime-trace-granularity=0 -o %T/check-time-trace-sections %s 3 // RUN: cat %T/check-time-trace-sections.json | %python %S/check-time-trace-sections.py 4 5 template <typename T> 6 void foo(T) {} 7 void bar() { foo(0); } 8