teak-llvm/lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter/main.c
Sean Callanan cac9b70692 Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.
<rdar://problem/25785338>

llvm-svn: 267768
2016-04-27 19:37:42 +00:00

8 lines
108 B
C

#include <stdio.h>
int main()
{
printf("This is a dummy\n"); // Set breakpoint here
return 0;
}