summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/findvalue_duplist/main.cpp
blob: 7058d46b04a551fb6ecfa28e41a2d67dedf80056 (plain)
1
2
3
4
5
6
7
int foo(int a, int b) {
	return a + b; // Set breakpoint here
}

int main() {
	return foo(1,3);
}
OpenPOWER on IntegriCloud