nitunit: protect generated files name a little to avoid name conflicts.
[nit.git] / lib / cpp.nit
index b994a83..3d4daf6 100644 (file)
@@ -15,7 +15,9 @@
 # limitations under the License.
 
 # Offers features to interface with C++ code and libraries
-module cpp
+module cpp is
+       new_annotation cpp_compiler_option
+end
 
 # A pointer to a C++ std::string instance
 extern class CppString in "C++" `{ std::string* `}