repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86-asm: Implement clflush opcode
[tinycc.git]
/
tests
/
tests2
/
18_include.c
blob
dbae3aa2ee94b9b84abb9346fa95bac12ece5d0d
1
#include <stdio.h>
2
3
int
main
()
4
{
5
printf
(
"including
\n
"
);
6
#include
"18_include.h"
7
printf
(
"done
\n
"
);
8
9
return
0
;
10
}
11
12
/* vim: set expandtab ts=4 sw=3 sts=3 tw=80 :*/