blob: 107795ed84024164727113d5ebc9d1c7551903aa [file] [log] [blame]
#ifndef BAR_H
#define BAR_H
extern int bar(int x);
#endif