summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/expression_command/save_jit_objects/main.c
blob: ec4c943dfe39b61e631454e226d1a8717ed6b4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//===-- main.c --------------------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

int main (int argc, char const *argv[])
{
	const char* foo = "Hello world"; // break here
    return 0;
}