blob: a5e6398ad369802eda6f280a82a71e95aebae2df [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 *v) { }
void reflectยทtypestrings(void *s) {
s = gotypestrings;
FLUSH(&s);
}