xref: /OpenGrok/opengrok-indexer/src/test/resources/sources/scopes/scopes_eof/sample.cpp (revision 2bcacabbe843448903326d34ff21a265b5f37596)
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)7 unsigned int makeW(unsigned int w) { return w; }
makeW(unsigned char h,unsigned char l)8 unsigned int makeW(unsigned char h, unsigned char l) { return (h << 8) | l; }