blob: 0d07db14da7ecbc111b9824c0493663283b616e1 [file] [log] [blame]
Brent Austinba3052e2015-04-21 16:08:23 -07001// Copyright 2009 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// +build ignore
6
7/*
8
98c is a version of the Plan 9 C compiler. The original is documented at
10
11 http://plan9.bell-labs.com/magic/man2html/1/8c
12
13Its target architecture is the x86, referred to by these tools for historical reasons as 386.
14
15*/
16package main