[Bug c/81777] Compiler doesn't detect wrong function declaration

jsiebert at poczta dot wp.pl gcc-bugzilla@gcc.gnu.org
Wed Aug 9 07:14:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81777

--- Comment #1 from jsiebert at poczta dot wp.pl ---
file test.c:
#include "testarg.h"

int main(void)
{
        testarg();
        return 0;
}


More information about the Gcc-bugs mailing list