1 2 3 4 5 6 7
/* * Rule: EXP37-C * Source: wiki * Status: FAIL - Should trigger EXP37-C violation */ int open(const char *path, int oflag, ... );