--------------------Configuration: add - Win32 Release--------------------
Compiling...
add.c
D:\11111\add\add.c(13) : error C2275: 'pfn' : illegal use of this type as an expression
D:\11111\add\add.c(2) : see declaration of 'pfn'
D:\11111\add\add.c(13) : error C2146: syntax error : missing ';' before identifier 'fn1'
D:\11111\add\add.c(13) : error C2065: 'fn1' : undeclared identifier
D:\11111\add\add.c(14) : warning C4047: '=' : 'int ' differs in levels of indirection from 'int (__cdecl *)(int ,int )'
D:\11111\add\add.c(16) : error C2100: illegal indirection
D:\11111\add\add.c(16) : error C2064: term does not evaluate to a function
Error executing cl.exe.