summaryrefslogtreecommitdiff
path: root/futility/IGNOREME.c
diff options
context:
space:
mode:
Diffstat (limited to 'futility/IGNOREME.c')
-rw-r--r--futility/IGNOREME.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/futility/IGNOREME.c b/futility/IGNOREME.c
new file mode 100644
index 00000000..c90c87e5
--- /dev/null
+++ b/futility/IGNOREME.c
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+#include <stdio.h>
+
+int main(int argc, char *argv[])
+{
+ printf("Pay no attention to that man behind the curtain.\n");
+ return 1;
+}