Add mandatory C++ compiler build dependency
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / userspace-probe-elf-cxx-binary.cpp
index 6b30717ae6140104e1f974d0d06a05f10d1e2363..ab0f241447b1cda1b7db0b0fe8194a39bb596462 100644 (file)
@@ -8,7 +8,9 @@
 #include "test_class.h"
 
 volatile int not_a_function = 0;
-void __attribute__ ((noinline))  test_cxx_function()
+
+void test_cxx_function() __attribute__ ((noinline));
+void test_cxx_function()
 {
        not_a_function += 1;
 }
This page took 0.022807 seconds and 4 git commands to generate.