repro
This commit is contained in:
parent
3df042f464
commit
e653fa1b41
3 changed files with 6 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
#pragma once
|
||||
/** very important function */
|
||||
void showNyanCat();
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
#pragma once
|
||||
/** foo foo foo */
|
||||
int frob();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
#include "lib2/foo.hh"
|
||||
#include "wat.hh"
|
||||
|
||||
void thingy() {
|
||||
frob();
|
||||
wat();
|
||||
showNyanCat();
|
||||
lolwut();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue