issue38649.go 308 B

123456789101112131415
  1. // Copyright 2020 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. package main
  7. /*
  8. struct Issue38649 { int x; };
  9. #define issue38649 struct Issue38649
  10. */
  11. import "C"
  12. type issue38649 C.issue38649