aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/load_unload/c.cpp
blob: de23151c1516aa0ebaa4ef3a851afea0d69c76b8 (plain)
1
2
3
4
5
extern "C" int
c_function ()
{
    return 600;
}