chore: import upstream snapshot with attribution
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
class Dup {
|
||||
public:
|
||||
void a();
|
||||
};
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
class Dup {
|
||||
public:
|
||||
void b();
|
||||
};
|
||||
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