index
:
user/sven/sdcc.git
designated-initializers
for-upstream
master
git-svn/HEAD
git-svn/master
Small Device C Compiler
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
support
/
regression
/
qct
/
0103-qbebug.c
blob: 633b86f0edeafe01343495e395a5b631266a4e41 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
int main() { int c; c = 0; do ; while (0); return c; }