home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
csyntax3.c
< prev
next >
Wrap
C/C++ Source or Header
|
2000-06-12
|
85b
|
13 lines
typedef int a1;
a1 main()
{
int x;
a1 a1;
x = 3;
a1 = x;
return a1;
}