eris/tests/golden-files/input/hello.h

7 lines
55 B
C
Raw Normal View History

2016-02-08 21:55:22 +00:00
#ifndef HELLO_H
#define HELLO_H
void hello();
#endif