Closed Sarrus1 closed 1 year ago
#define FOO(%0) #%0 public void OnPluginStart() { char FOO[16] = "hello"; PrintToServer(FOO); }
This compiles fine.
This compiles fine.