I vaguely recall { a^n b^n c^n is, n>=0 } not context free.
But isn't the following a valid context free grammar that captures the above
S -> abcS S -> null
Quoting Wikipedia:
"In formal language theory, a context-free grammar (CFG) is a formal grammar in which every production rule is of the form V → w where V is a single nonterminal symbol, and w is a string of terminals and/or nonterminals (w can be empty)."