4 lines
49 B
C++
4 lines
49 B
C++
#include "foo.h"
|
|
|
|
void foo() { } // End up here
|
|
|
#include "foo.h"
|
|
|
|
void foo() { } // End up here
|
|
|