summaryrefslogtreecommitdiff
path: root/futility/IGNOREME.c
blob: c90c87e58e837cb9f2bd082f9745c46de0690e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}