aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/target/auto-install-main-executable/main.cpp
blob: f9fb9978a208e0e78ca43e86c3bb5be92e0857f3 (plain)
1
2
3
4
5
int build = BUILD;

int main() {
  return BUILD;
}