#! /bin/sh
set -eu

MARKER='include.*ignore-deprecated-pre'
grep -Ircl "$MARKER" src include tools/*.cxx test config-tests | sort
