Files
clang-p2996/lldb/test/API/lang/cpp/auto/main.cpp
2020-02-19 14:12:45 +01:00

15 lines
431 B
C++

//===-- main.cpp ------------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
int main()
{
long foo = 1234;
return 0; // break here
}