blob: e29f7e8071c4daef6f6dab3eb7dd23fa1c45f237 [file] [log] [blame]
// Copyright 2011 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.
void sofunc(void)
{
extern void goCallback(void);
goCallback();
}