#!/bin/sh

set -e

scan-build -v --status-bugs -disable-checker unix.Malloc "$@"
