#!/usr/bin/env python3

import sys


sys.stderr.write("a line on stderr\n")
sys.stderr.flush()
