diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-03-18 05:24:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-18 05:24:52 -0700 |
commit | 15a18fa820d1b9d7e97bd317eb210d0363f95ee3 (patch) | |
tree | c397c1bbfc44bf46b05f65bb7c0aefa0e7da1556 /bindgen-integration/cpp/Test.h | |
parent | 74f6599d441e1ca3a3ee941308c931a957106247 (diff) | |
parent | 790856149ee439ccf53606e8c33d3f04c5aa13ff (diff) |
Auto merge of #591 - ambaxter:macro_exp, r=emilio
How would you suggest testing this?
Diffstat (limited to 'bindgen-integration/cpp/Test.h')
-rw-r--r-- | bindgen-integration/cpp/Test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen-integration/cpp/Test.h b/bindgen-integration/cpp/Test.h index c060984d..310478bb 100644 --- a/bindgen-integration/cpp/Test.h +++ b/bindgen-integration/cpp/Test.h @@ -1,5 +1,7 @@ #pragma once +#define TESTMACRO + class Test { int m_int; double m_double; |