diff --git a/bar/alpha.cpp b/bar/alpha.cpp new file mode 100644 index 0000000..48a21bf --- /dev/null +++ b/bar/alpha.cpp @@ -0,0 +1,2 @@ +// alpha.cpp in bar +int bar_value() { return 2; } diff --git a/foo/alpha.cpp b/foo/alpha.cpp new file mode 100644 index 0000000..e01de2f --- /dev/null +++ b/foo/alpha.cpp @@ -0,0 +1,2 @@ +// alpha.cpp in foo +int foo_value() { return 1; }