blob: 49b446a329bf8f2d0fd18e07a6275908f69df769 [file] [log] [blame]
module imports.test15371;
struct A
{
private int a;
private void fun() {}
private void fun(int, int) {}
public void fun(int) {}
}