summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Executable/A.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Executable/A.h')
-rw-r--r--Tests/Complex/Executable/A.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/Complex/Executable/A.h b/Tests/Complex/Executable/A.h
index 25c45fc..3503719 100644
--- a/Tests/Complex/Executable/A.h
+++ b/Tests/Complex/Executable/A.h
@@ -1,4 +1,7 @@
// This header should not be compiled directly but through inclusion
// in A.cxx through A.hh.
extern int A();
-int A() { return 10; }
+int A()
+{
+ return 10;
+}