repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Watchpoint
/
Inputs
/
main.cpp
blob
9bc5724b9c88c19d0b56a1d86054e1c00ddfc139
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char const
*
argv
[])
4
{
5
struct
{
6
int
a
;
7
int
b
;
8
int
c
;
9
}
MyAggregateDataType
;
10
11
printf
(
"Set break point at this line.
\n
"
);
12
return
0
;
13
}