blob: 07144b3e06ec2cea8dcd8b685a23c86decef9f78 [file] [log] [blame]
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
extern char gotypestrings[]; // really a go String, but we don't have the definition here
void FLUSH(void*) { }
void reflectยทtypestrings(void *s) {
s = gotypestrings;
FLUSH(&s);
}