[CodeGen][Hexagon] Replace PointerType::getUnqual(Type) with opaque version (NFC...
[llvm-project.git] / lldb / test / API / commands / target / dump / main.cpp
blob4db770ece5335fb42db3e6326c22b611245016c1
1 struct DummyStruct {
2 int i;
3 };
5 DummyStruct s;
7 int main() { return s.i; }