12 lines
99 B
C++
12 lines
99 B
C++
#include "test.h"
|
|
|
|
int x = ADD(ADD(1, 2), 2);
|
|
|
|
int y = ADD2(1, 2);
|
|
|
|
|
|
|
|
void test();
|
|
|
|
void test() {}
|