]> andersk Git - splint.git/blame - test/decl.c
Modified configure.ac to new longer check for c++.
[splint.git] / test / decl.c
CommitLineData
885824d3 1int test(int);
2
3int main()
4{
5 int (*y)(int) = &test;
6 int (**x)(int) = &y;
7 x(10); /* called object is not a function */
8}
This page took 1.136556 seconds and 5 git commands to generate.