Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CONCAT_FUNCTION2 (0.14 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

                // Token concatenation ## does not macro expand macro function args, so is usually wrapped by another macro function
                #define CONCAT_FUNCTION2(X, Y) X ## Y
                #define CONCAT_FUNCTION(X, Y) CONCAT_FUNCTION2(X, Y)
            """
    
            def headerFile = file("app/src/main/headers/hello.h") << """
                #define MESSAGE "one"
            """
    
            appSourceFile.text = """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top