blob: 5e70f59c195490e1cffda000eb6d2f222bfe0f9f [file] [log] [blame]
// No package statement.
// Prevent a warning about a stub file having no import statements.
import java.lang.SuppressWarnings;
@SuppressWarnings("") // Any annotation.
class Driver {}