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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
expression
/
static-initializers
/
main.cpp
blob
4b0a082d296ec4e4e77ca8a6c8e32204b2c8730d
1
#include <cstdlib>
2
3
int
counter
=
0
;
4
5
void
inc_counter
() { ++
counter
; }
6
7
void
do_abort
() {
std
::
abort
(); }
8
9
int
main
() {
10
return
0
;
// break here
11
}