summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/save_jit_objects/main.c
blob: e7947e9b9dfdcb4658d220e97bfc8e4a5cecb4ed (plain)
1
2
3
4
5
int main (int argc, char const *argv[])
{
	const char* foo = "Hello world"; // break here
    return 0;
}