summaryrefslogtreecommitdiffstats
path: root/third_party/rust/clang-sys/tests/header.h
blob: 5c392d31455a8725706f6ce0763fa9a04628dbc2 (plain)
1
2
3
4
5
6
#ifndef HEADER_H_
#define HEADER_H_

int add(int a, int b);

#endif