chore: import upstream snapshot with attribution
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
#ifndef PLAIN_H
|
||||
#define PLAIN_H
|
||||
|
||||
int add(int a, int b);
|
||||
struct Point { int x; int y; };
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user