blob: 0a9b4f618711ab2f697a635db28833a2d9f909f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//===-- a.c -----------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
int g_a = 123;
|