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
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
test
/
Shell
/
Register
/
Inputs
/
x86-db-read.cpp
blob
7aa957e10db868652996c5a10cced0f221350791
1
#include <cstdint>
2
#include <csignal>
3
4
uint8_t
g_8w
;
5
uint16_t
g_16rw
;
6
uint32_t
g_32w
;
7
uint32_t
g_32rw
;
8
9
int
main
() {
10
::
raise
(
SIGSTOP
);
11
return
0
;
12
}