mirror of
https://github.com/lukaszraczylo/filepuff-mcp.git
synced 2026-06-05 22:23:50 +00:00
12 lines
166 B
Go
12 lines
166 B
Go
package main
|
|
|
|
// This file contains intentional syntax errors for testing.
|
|
|
|
func broken( {
|
|
return
|
|
}
|
|
|
|
type Incomplete struct {
|
|
Name string
|
|
// Missing closing brace
|