This commit is contained in:
Jade Lovelace 2024-11-19 01:30:53 -08:00
commit 3df042f464
5 changed files with 11 additions and 0 deletions

5
src/foo.cc Normal file
View file

@ -0,0 +1,5 @@
#include "lib2/foo.hh"
void thingy() {
frob();
}