#!/bin/bash

(
  printf 'Bazel does not yet support symbol dumping.\n'
) >&2

exit 1
