aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/fixits/main.cpp
blob: e9cf11d18a6560d66a2eea5d46449e671b97069e (plain)
1
2
3
4
5
int main() {
  long foo = 1234;

  return 0; // break here
}