1# mode: compile
2# tag: warnings, numpy
3
4import numpy as np
5# Numpy is only imported - no warning necessary
6
7_WARNINGS = """
8"""
9