Files
tubestation/third_party/rust/clang-sys/tests/header.h
2017-02-10 12:19:18 -08:00

7 lines
68 B
C

#ifndef HEADER_H_
#define HEADER_H_
int add(int a, int b);
#endif