aboutsummaryrefslogtreecommitdiff
path: root/test/Import/cxx-scalar-value-init/Inputs/S.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Import/cxx-scalar-value-init/Inputs/S.cpp')
-rw-r--r--test/Import/cxx-scalar-value-init/Inputs/S.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Import/cxx-scalar-value-init/Inputs/S.cpp b/test/Import/cxx-scalar-value-init/Inputs/S.cpp
new file mode 100644
index 000000000000..153d960699b0
--- /dev/null
+++ b/test/Import/cxx-scalar-value-init/Inputs/S.cpp
@@ -0,0 +1,2 @@
+int si() { return int(); }
+float sf() { return float(); }