Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / c / forward / foo.c
blob4c66d1eba48bf51ef356673c9b41c4fc7eccb499
1 #include "foo.h"
3 int
4 foo (struct bar *bar_ptr)
6 return 1;