7 lines
98 B
C++
7 lines
98 B
C++
#include "var_test.h"
|
|
|
|
namespace a{
|
|
int kGlobalInt = 1;
|
|
const char *const kGlobalStr = "Hello";
|
|
}
|