Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / indirect-goto / Inputs / F.cpp
blob368b6db40da5716564940ba322675042456e0eed
1 void f() {
2 void const *l1_ptr = &&l1;
3 goto *l1_ptr;
4 l1:
5 return;