summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
blob: 447d9d66df848006170e690494de901fb3c4e49e (plain)
1
2
int jitbp() { return 0; }
int main() { return jitbp(); }
OpenPOWER on IntegriCloud