Files
clice/tests/indexer/foo.cpp
2025-01-22 23:55:33 +08:00

7 lines
58 B
C++

#include "foo.h"
int foo();
int foo() {
return 42;
}