1// Copyright 2008 The Android Open Source Project
2
3public interface Defs {
4    public void func();
5
6    // func2 not defined
7}
8