blob: 440757222e9fe33359d2f6ee4826945480a5ffc0 [file] [log] [blame]
/* Copyright (c) 2010 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. */
#include <stdio.h>
int main(int argc, char *argv[])
{
printf(TEST_FORMAT, TEST_ARGS);
return 0;
}