Help me Understand Memory Allocation (Analogous to PROGMEM)

stimmer:
Be sure to reference your array somewhere in your code - otherwise the linker will remove it.

Ah! Ok - that's probably why my simple "test" didn't change the sketch size. I just included it as a declaration and never used it.

Thanks!