[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / options / foo.cpp
blob8a5a6a2b541600ff796dd2f3eca87e2d55cae9c0
1 namespace ns {
2 int func(void)
4 return 0;
8 extern "C" int foo(void)
10 return ns::func();