1 ! RUN: %flang -fsyntax-only 2>&1 %s | FileCheck %s
3 ! Test that a warning is emitted when a named common block appears in
4 ! several scopes with a different storage size.
12 ! OK, blank common size may always differ.
14 !CHECK: portability: A named COMMON block should have the same size everywhere it appears (12 bytes here)