mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00
7 lines
89 B
TableGen
7 lines
89 B
TableGen
// RUN: llvm-tblgen %s
|
|
|
|
class x {
|
|
string y = "missing terminating '\"' character";
|
|
}
|
|
|