blob: 4631eba2c0aa82caba4f2b9fabd566c248182f6a [file] [log] [blame]
Rebecca Stamblerab391d52020-01-30 19:24:33 -05001package a_test
2
3import (
4 "testing"
5)
6
7func TestA2(t *testing.T) { //@TestA2,godef(TestA2, TestA2)
Heschi Kreinicka2fa6272020-06-15 14:51:03 -04008 Nonexistant() //@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error")
Rebecca Stamblerab391d52020-01-30 19:24:33 -05009}