aboutsummaryrefslogtreecommitdiff
path: root/test cases/linuxlike/3 linker script/bob.h
blob: b29331e7938509a0db881aded3f328994c200f79 (plain)
1
2
3
4
5
6
#ifndef BOB_H_
#define BOB_H_

int bobMcBob();

#endif