aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/build/no-c++14-compat.cc
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-06-24 21:56:32 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-06-24 21:56:32 +0200
commitb71da61dd16b73ff1f12056ad418f31900ae8f8f (patch)
tree84095ae34123da41909352e95a9005e8c6765b7d /test/build/no-c++14-compat.cc
parentc6ed823ef7f1b1b4254110aef5f0a30bf101fe4a (diff)
c++14-compat is c++ only.
Diffstat (limited to 'test/build/no-c++14-compat.cc')
-rw-r--r--test/build/no-c++14-compat.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/build/no-c++14-compat.cc b/test/build/no-c++14-compat.cc
new file mode 100644
index 0000000000..0c1771c7bb
--- /dev/null
+++ b/test/build/no-c++14-compat.cc
@@ -0,0 +1,19 @@
+/*
+ *
+ * Copyright 2015 gRPC authors.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+int main(void) {}