blob: c90c87e58e837cb9f2bd082f9745c46de0690e0a [file] [log] [blame]
/*
* 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;
}