blob: 2f855c439c07d91c38296fb96f7d9303077420ea [file] [log] [blame]
// Copyright 2013 The Chromium 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("Hello from prog.c\n");
return 0;
}