Cross Reference: int.c
xref
: /
external
/
valgrind
/
none
/
tests
/
x86
/
int.c
Home
History
Annotate
Line#
Navigate
Download
only in
int.c
1
#
include
<
stdlib.h
>
2
3
int
main
(
int
argc
,
char
**
argv
)
4
{
5
asm
(
"int $129"
);
6
7
exit
(0);
8
}
9