brintos

brintos / llvm-project-archived public Read only

0
0
Text · 77 B · a80b39f Raw
4 lines · c
1template <typename T> struct bar;2 3LLDB_TEST_API int foo(bar<int> *bar_ptr);4