aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/create-deps/a.cpp
blob: 2aef7f0134e80c3d71889a89e6a86f8576b86220 (plain)
1
2
3
4
int a_function ()
{
    return 500;
}