1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s 2 3 ; CHECK: Invalid address space, must be a 24-bit integer 4 target datalayout = "P16777216" 5