diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-28 15:46:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-28 15:46:00 +0000 |
commit | 998eac28fbe25eafe0eea8b5a0e2ca25c9f1f12e (patch) | |
tree | ab67e2d2bdfa5249c256fc98f12643d9a15f7c8c /other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c | |
parent | b9df947881e005c333367fe47de8762e648e4e96 (diff) | |
download | aura-central-998eac28fbe25eafe0eea8b5a0e2ca25c9f1f12e.tar.gz |
Issue %3014 - Part 7: Move gyp and build deps to other-licenses.
Diffstat (limited to 'other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c')
-rw-r--r-- | other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c b/other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c new file mode 100644 index 000000000..517a35361 --- /dev/null +++ b/other-licenses/gyp-deps/tools/gyp/test/compiler-override/test.c @@ -0,0 +1,7 @@ +// Copyright (c) 2012 Google Inc. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Deliberate C syntax error as this file should never be passed to +// the actual compiler +#error Should not be passed to a real compiler |