Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / skip-parsed-bodies / pragma_once.h
blob76d2d94c744bd991db92a3a5bfdcd9bdb318e238
1 #pragma once
3 extern int some_val;
5 template <typename T>
6 struct TS {
7 int tsmeth() {
8 ++some_val; return undef_tsval;