1 /* Test for scopes, weird eols, last line is not empty(will it detect last definition tag scope?) */ 2 3 extern "C" { 4 #include "stdlib.h" 5 } 6 makeW(unsigned int w)7unsigned int makeW(unsigned int w) { return w; } makeW(unsigned char h,unsigned char l)8unsigned int makeW(unsigned char h, unsigned char l) { return (h << 8) | l; }