DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-4 / test / csyntax3.c
123456789101112
typedef int a1; a1 main() { int x; a1 a1; x = 3; a1 = x; return a1; }