llvm/lldb/test/API/functionalities/alias/main.c

int main() {
  int g = 41;
  return 0;
}