1#!/bin/bash
2
3# Test that flex handles the grouped noop options -c and -n properly.
4
5echo %% | $1 -cn -o /dev/null
6