package com.example;

import org.junit.Test;
public class RogueTestAnnotated { @Test void test() {} }
