1 // Copyright 2010 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.
5 // This file contains test cases for cgo.
12 #define alias_one base_symbol
13 #define alias_two base_symbol
19 func duplicateSymbols() {
20 fmt
.Printf("%v %v %v\n", C
.base_symbol
, C
.alias_one
, C
.alias_two
)